projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9759073
)
(isearch-done): Don't call deactivate-mark.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 May 1994 09:50:26 +0000
(09:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 May 1994 09:50:26 +0000
(09:50 +0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 98bb768a134c62ae3c2d55d7dc5fe6d5f95b7842..1e38883d047a411bd2054adebc8a998d4f242ffc 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-4,7
+4,7
@@
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
-;; |$Date: 1994/05/0
3 22:34:16 $|$Revision: 1.67
$
+;; |$Date: 1994/05/0
7 01:33:23 $|$Revision: 1.68
$
;; This file is part of GNU Emacs.
@@
-601,7
+601,6
@@
is treated as a regexp. See \\[isearch-forward] for more info."
(if (/= (point) isearch-opoint)
(progn
(push-mark isearch-opoint t)
- (deactivate-mark)
(or executing-macro (> (minibuffer-depth) 0)
(message "Mark saved where search started")))
;; (message "") why is this needed?